@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/Lebensmittel Lager/Shared/MainLayout.razor.rz.scp.css */
.page[b-4g5fsf4wan] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 50px;
}

main[b-4g5fsf4wan] {
    flex: 1;
}

.sidebar[b-4g5fsf4wan] {
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    z-index: 1000;
}

.top-row[b-4g5fsf4wan] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4g5fsf4wan]  a, .top-row .btn-link[b-4g5fsf4wan] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4g5fsf4wan] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 340.98px) {
    .top-row:not(.auth)[b-4g5fsf4wan] {
        display: none;
    }

    .top-row.auth[b-4g5fsf4wan] {
        justify-content: space-between;
    }

    .top-row a[b-4g5fsf4wan], .top-row .btn-link[b-4g5fsf4wan] {
        margin-left: 0;
    }
}

@media (min-width: 341px) {
    .page[b-4g5fsf4wan] {
        flex-direction: column;
    }

    .sidebar[b-4g5fsf4wan] {
        display: flex;
        flex-direction: row;
        width: 100vw;
        position: sticky;
        top: 0;
        justify-content: space-between;
    }

    .top-row[b-4g5fsf4wan] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4g5fsf4wan], article[b-4g5fsf4wan] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Lebensmittel Lager/Shared/System/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ec5zggmz6c] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ec5zggmz6c] {
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ec5zggmz6c] {
    font-size: 1.1rem;
}

.oi[b-ec5zggmz6c] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ec5zggmz6c] {
    font-size: 0.9rem;
}

    .nav-item[b-ec5zggmz6c]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 4.5rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ec5zggmz6c]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ec5zggmz6c]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-links[b-ec5zggmz6c] {
    flex-direction: column;
}

.nav-container[b-ec5zggmz6c] {
    flex-direction: column;
}

@media (min-width: 925px) {
    .navbar-toggler[b-ec5zggmz6c] {
        display: none;
    }

    .nav-links[b-ec5zggmz6c] {
        flex-direction: row;
    }

    .nav-container[b-ec5zggmz6c] {
        flex-direction: row;
    }

    .collapse[b-ec5zggmz6c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ec5zggmz6c] {
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-x: auto;
    }
}
